<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    background: #f7f7f7
}

body {
    font-family: Microsoft Yahei;
    overflow-x: hidden;
    color: #666;
    font-size: 14px;
    background: #f7f7f7
}

ul, ol, li {
    list-style: none
}

a {
    color: #333
}

.navbar-brand {
    padding: 10px 15px
}

@media(min-width:768px) {
    .navbar.active .navbar-brand img {
       height: 40px
    }
}

.top {
    height: 90px;
    background: #fff;
    position: relative
}

.logo-box {
    float: left;
    margin-top: 20px;
    height: 50px
}

.logo-box img {
    height: 100%;
    width: auto
}

.menu {
    float: right
}

.menu ul {
    padding: 0;
    margin: 0
}

.menu ul li.one {
    float: left;
    position: relative
}

.menu ul li.one a.aa {
    display: inline-block;
    border-top: 5px solid transparent;
    line-height: 85px;
    font-size: 16px;
    color: #333;
    padding: 0 25px
}

.menu ul li.one:hover a.aa, .menu ul li.one.on a.aa {
    background: #f2f2f2;
    border-color: #b63937
}

.menu2 {
    z-index: 999;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 180px;
    background: #fff
}

.menu2 ul {
    padding: 0;
    margin: 0;
    border-bottom: 3px solid #b63937
}

.menu2 ul li {
    border-top: 1px solid #eee
}

.menu2 ul li a {
    display: block;
    line-height: 40px;
    padding: 0 25px
}

.menu2 ul li a:hover {
    text-indent: .5em;
    background: rgba(0, 0, 0, .05)
}

@media screen and (min-width:768px) {
    .menu ul li.one:hover .menu2 {
        display: block
    }
}

.menu-btn {
    display: none;
    width: 40px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -17px;
    cursor: pointer;
    padding: 9px 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #bd0801;
    cursor: pointer
}

.menu-btn span {
    display: block;
    height: 2px;
    border-radius: 1px;
    background-color: #bd0801
}

.menu-btn span+span {
    margin-top: 4px
}

.menu-btn.open {
    border-color: #bd0801;
    background: #bd0801
}

.menu-btn.open span {
    background-color: #fff
}

@media screen and (min-width:0) and (max-width:767px) {
    .logo-box {
        height: 45px
    }
    .menu-btn {
        display: block
    }
    .menu {
        display: none;
        z-index: 999;
        height: auto;
        position: absolute;
        left: 0;
        top: 100%;
        float: none;
        width: 100%;
        background: #fff
    }
    .menu ul li.one {
        float: none
    }
    .menu ul li.one a.aa {
        display: block;
        line-height: 50px;
        border-top: 1px solid #ccc
    }
    .menu ul li.one:hover a.aa, .menu ul li.one.on a.aa {
        border-top: 1px solid #ccc
    }
    .menu2 {
        position: relative;
        width: 100%
    }
    .menu2 ul {
        border: none
    }
    .menu2 ul li a {
        padding: 0 20px 0 40px
    }
}

.section1 {
    padding: 60px 0 280px;
    background: #fff url(../images/s1-bg.jpg) center bottom no-repeat
}

.s1-text {
    padding: 20px 20px;
    border-radius: 50px;
    /* box-shadow: 5px 5px 100px #f9f9f9; */
    margin: 20px 0;
}

.s1-text h4 {
        font-weight: bold;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    color: #ffffff;
    font-size: 44px;
}

.s1-text h5 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 80px;
	font-weight: bold;
}

.s1-text span {
    display: block;
    font-size: 22px;
    color: #333;
    margin-bottom: 40px
}

.s1-text div.p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
	text-indent:2em;
}

.s1-text a.more {
    font-size: 25px;
    line-height: 48px;
    color: #fff;
	font-weight:bold;
}

.s1-text a.more span {
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    padding: 8px;
    background: #fff;
    border: 1px dashed #e64847
}

.s1-text a.more span:after {
    content: "";
    display: block;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: 1px solid #ccc
}

.s1-text a.more span:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    background: #e64847
}

.s1-text a.more:hover span {
    animation: myfirst 4s linear 0s infinite normal
}

@keyframes myfirst {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.s1-text2 {
    margin: 20px 0
}

.s1-text2 p {
    font-size: 16px;
    color: #999;
    text-align: center
}

.s1-text2 ul {
    padding: 0;
    margin: 0
}

.s1-text2:after {
    content: "";
    display: table;
    clear: both
}

.s1-text2 ul li {
    float: left;
    width: 50%;
    text-align: center
}

.s1-text2 ul li h4 {
    color: #b53734;
    font-size: 100px
}

.s1-text2 ul li p {
    color: #fff;
    font-size: 16px
}

@media screen and (min-width:0) and (max-width:767px) {
    .s1-text h5 {
        margin-bottom: 8px
    }
    .s1-text span {
        margin-bottom: 20px
    }
    .s1-text p {
        margin-bottom: 20px;
        font-size: 16px
    }
    .s1-text2 ul li h4 {
        font-size: 80px
    }
}

@media screen and (min-width:0) and (max-width:479px) {
    .s1-text h4 {
        font-size: 36px
    }
}

.title10 {
    margin-bottom: 30px
}

.title10 p {
    font-size: 44px;
    color: #b1423c;
    text-transform: uppercase;
    line-height: 1.4
}

.title10 p a {
    color: #b1423c
}

.title10 h4 {
    font-size: 32px;
    color: #333
}

.title10 h4 a {
    color: #333
}

.section2 {
    padding: 100px 0;
    position: relative
}

.section2:before {
    content: "";
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background:#78787a;
    z-index: 1
}

.section2 .container {
    position: relative;
    z-index: 2
}

.section2 .title10 h4 {
    color: #fff
}

.section2 .title10 h4 a {
    color: #fff
}

.section2 .title10 p {
    color: #fff
}

.s2-title {
    text-align: right;
    margin: 20px 0
}

.s2-title ul {
    padding: 0;
    margin: 0
}

.s2-title ul li {
    padding-right: 30px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer
}

.s2-title ul li:before {
    content: "";
    display: block;
    height: 15px;
    width: 15px;
    border: 1px solid #999;
    float: right;
    margin-top: 30px;
    margin-left: 10px;
    border-radius: 50%
}

.s2-title ul li:after {
    content: "";
    display: table;
    clear: both
}

.s2-title ul li h4 {
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 3px;
    padding-top: 17px;
}

.s2-title ul li p {
    font-size: 14px
}

.s2-title-ico {
    overflow: hidden;
    float: right;
    height: 75px;
    width: 200px;
    margin-left: 10px
}

.s2-title-ico img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray
}

.s2-title ul li.on h4 {
    color: #b1423c
}

.s2-title ul li.on p {
    color: #b1423c
}

.s2-title ul li.on:before {
    border-color: #b1423c
}

.s2-title ul li.on .s2-title-ico img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: normal
}

.s2-img {
    width: 240px;
    height: 240px;
    margin: 60px 120px;
    border: 1px solid #eee;
    position: relative;
    padding: 34px;
    border-radius: 50%;
    transform: scale(1.2)
}

.s2-img a {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4
}

.s2-img img {
    height: 100%;
    width: 100%;
}

.s2-img-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    animation: myfirst 15s linear 0s infinite normal
}

.s2-img-bg:after {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    background: #273a59;
    border-radius: 50%;
    top: -5px;
    left: 50%;
    margin-left: -5px
}

.s2-text {
    padding:35px 20px 0 0
}

.s2-text h4 {
   line-height: 40px;
    text-align: center;
    background: #25487e;
    color: #ffffff;
    font-size:20px;
    margin-bottom: 30px;
    width: 30%;
}

.s2-text p {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    max-height: 150px;
    overflow: hidden;
    margin-bottom: 30px
}

.s2-text a.more {
    font-size: 16px;
    line-height: 48px;
    color: #fff
}

.s2-text a.more span {
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    padding: 8px;
    border: 1px dashed #fff
}

.s2-text a.more span:after {
    content: "";
    display: block;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: 1px solid #fff
}

.s2-text a.more span:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    background: #fff
}

.s2-text a.more:hover span {
    animation: myfirst 4s linear 0s infinite normal
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .s2-img {
        height: 293px;
        width: 293px;
        margin-top: 100px
    }
}

@media screen and (min-width:0) and (max-width:991px) {
    .section2 {
        padding: 20px 0
    }
    .section2:before {
        content: "";
        display: block;
        height: 150px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #b1423c;
        z-index: 1
    }
    .s2-title {
        text-align: left;
        margin-bottom: 0
    }
    .s2-title ul:after {
        content: "";
        display: table;
        clear: both
    }
    .s2-title ul li {
        float: left;
        width: 20%;
        text-align: center;
        padding: 0 5px
    }
    .s2-title ul li:before {
        display: none
    }
    .s2-title ul li .s2-title-ico {
        float: none;
        margin: 0 auto
    }
    .s2-title ul li h4 {
        padding-top: 0;
        margin-bottom: 10px;
		font-size:17px;
    }
    .s2-title ul li p {
        line-height: 1;
		display:none;
    }
    .s2-text {
        padding-top: 20px;
        margin-top: 0
    }
    .s2-text h4 {
        color: #b1423c;
        margin-bottom: 10px
    }
    .s2-text p {
        color: #666;
        margin-bottom: 15px
    }
    .s2-text a.more {
        color: #666
    }
    .s2-text a.more span {
        border-color: #b1423c
    }
    .s2-text a.more span:before {
        background: #b1423c
    }
    .s2-text a.more span:after {
        border-color: #ccc
    }
    .s2-img {
        margin: 0 auto;
        transform: scale(1)
    }
}

@media screen and (min-width:0) and (max-width:479px) {
    .s2-img {
        height: 260px;
        width: 260px;
        padding: 20px
    }
}

.section3 {
    padding: 80px 0 40px
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .section3 {
        padding: 40px 0
    }
}

@media screen and (min-width:0) and (max-width:991px) {
    .section3 {
        padding: 20px 0
    }
}

.s3-left {
    margin: 20px 0
}

.s3-text {
    font-size: 16px;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
    margin-bottom: 20px
}

.s3-img {
    position: relative;
    padding-right: 50px
}

.s3-img img {
    width: 100%;
    height: auto
}

.s3-img a.more {
    position: absolute;
    right: 0;
    bottom: 0
}

.s3-img a.more {
    font-size: 16px;
    text-align: center;
    color: #999
}

.s3-img a.more span {
    display: block;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    padding: 8px;
    background: #fff;
    border: 1px dashed #e64847
}

.s3-img a.more span:after {
    content: "";
    display: block;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: 1px solid #ccc
}

.s3-img a.more span:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    background: #e64847
}

.s3-img a.more:hover span {
    animation: myfirst 4s linear 0s infinite normal
}

.s3-right {
    margin: 20px 0
}

.s3-right .row {
    margin-left: -5px;
    margin-right: -5px
}

.s3-right [class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}

.s3-item {
    margin: 5px 0;
    position: relative
}

.s3-img2 {
    display: block;
    overflow: hidden
}

.s3-img2 img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: 600ms
}

.s3-item .s3-img2:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.s3-text2 {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px
}

.s3-text2 a {
    font-size: 18px;
    color: #fff
}

.section4 {
       border-bottom: 5px #eee solid;
    padding: 40px 0;
    background: #fff;
}

.s4-left {
    margin: 20px 0
}

.s4-img {}

.s4-img img {
    width: 100%;
    height: auto
}

.s4-text {
    padding-top: 10px
}

.s4-text h4 {
    color: #333;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.s4-text h4 a {
    color: #333
}

.s4-text h4 span {
    float: right;
    color: #999;
    font-size: 12px;
    margin-top: 3px;
    margin-left: 20px
}

.s4-text p {
    color: #666;
    line-height: 26px;
    height: 78px;
    overflow: hidden
}

.s4-right {
    margin: 20px 0
}

.s4-right ul {
    padding: 0;
    margin: 0
}

.s4-right ul li {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.s4-right ul li:before {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    background: #ccc;
    float: left;
    margin-right: 15px;
    margin-top: 16px;
    transform: rotate(45deg);
    margin-left: 3px
}

@media screen and (min-width:992px) {
    .s4-right ul li+li {
        margin-top: 22px
    }
}

.s4-right ul li span {
    float: right;
    color: #999;
    font-size: 12px;
    margin-left: 20px
}

.s4-right ul li a {
    color: #666
}

.section5 {
    background: #fff
}

.s5 .container {
    position: relative
}

.swiper5 {
    position: relative;
    padding: 0;
    margin: 0
}

.swiper5-button-prev {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    height: 145px;
    width: 10000px;
    font-size: 40px;
    padding: 0 15px;
    position: absolute;
    top: 0;
    cursor: pointer;
    overflow: hidden;
    z-index: 11;
    display: inline-block;
    line-height: 145px;
    text-align: center;
    color: #fff;
    right: 100%;
    margin-right: 10px;
    background: #f7f7f7;
    text-align: right
}

.swiper5-button-next {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    height: 145px;
    width: 10000px;
    font-size: 40px;
    padding: 0 15px;
    position: absolute;
    top: 0;
    cursor: pointer;
    overflow: hidden;
    z-index: 11;
    display: inline-block;
    line-height: 145px;
    text-align: center;
    color: #fff;
    left: 100%;
    margin-left: 10px;
    background: #f7f7f7;
    text-align: left
}

.swiper5-button-prev:hover, .swiper5-button-next:hover {
    background: #b1423c
}

.swiper5-button-prev:focus, .swiper5-button-next:focus {
    outline: none
}

.s5 {
    overflow: hidden
}

.s5-item {
    height: 340px；
}

.s5-item img {
    width: 100%;
    height: 100%
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .swiper5 {
        padding: 0 100px
    }
    .swiper5-button-prev {
        margin-right: -90px
    }
    .swiper5-button-next {
        margin-left: -90px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .swiper5 {
        padding: 0 80px
    }
    .swiper5-button-prev {
        margin-right: -70px
    }
    .swiper5-button-next {
        margin-left: -70px
    }
}

@media screen and (min-width:480px) and (max-width:767px) {
    .swiper5 {
        padding: 0 60px
    }
    .swiper5-button-prev {
        margin-right: -50px
    }
    .swiper5-button-next {
        margin-left: -50px
    }
}

@media screen and (min-width:0) and (max-width:479px) {
    .swiper5 {
        padding: 0 30px
    }
    .swiper5-button-prev {
        margin-right: -20px
    }
    .swiper5-button-next {
        margin-left: -20px
    }
}

.section6 {
    padding: 40px 0;
    background: #fff
}

.s6-item {
    border: 1px solid #eee;
    margin: 15px 0
}

.s6-item img {
    width: 100%;
    height: auto
}

.s6-item:hover {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .1)
}

.section7 {
    position: relative;
    background: #fff
}

.s7 {
    position: relative;
    z-index: 2
}

.s7 img{
     width:600px;
	 margin-top:20px;
	 margin-left:30%;
}

.pro{ width:100%;}
.section7:after {
    content: "";
    display: block;
    height: 40%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background:#25487e;
    z-index: 1
}
.erweima{    margin-top: 40px;}
.erweima p{ float:right;}
.s7-item { margin-top:40px;
}

.s7-item h4 {
    line-height: 40px;
    font-size: 15px;
    color: #fff;
}

.s7-item h4 a {
    color: #fff
}

.s7-item1 p, .s7-item2 p {
    padding-left: 25px;
    color: #fff;
    line-height: 30px;
    font-size: 16px
}

.s7-item span {
    margin-left: 5px;
}


.s7-item3 {
    text-align: center
}

.s7-item3 img {
}

.foot {
    padding: 30px 0;
    background:#25487e;
}

.copyright {
    color: rgba(255, 255, 255, .8);
	line-height:40px;
}

.copyright a {
    color: rgba(255, 255, 255, .8)
}

.copyright p {
    color: rgba(255, 255, 255, .8)
}

.copyright p a {
    color: rgba(255, 255, 255, .8)
}

.gototop {
    text-align: center;
    margin: 20px 0;
    padding-top: 10px
}

.foot-nav {
    color: #fff;
    line-height: 30px;
    word-break: keep-all;
    white-space: no-wrap;
    border-bottom: 1px #cdcdcd solid;
}

.foot-nav a {
    color: #fff;
    margin-right:20px
}

.banner2 {
    position: relative;
    padding: 120px 0;
    background: url(../images/s1.jpg) center center no-repeat;
    background-size: cover
}

.banner2 h4 {
    text-align: center;
    font-size: 80px;
    color: #fff;
    margin-bottom: 40px
}

.banner2 p {
    font-size: 36px;
    color: #fff;
    text-align: center
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .banner2 h4 {
        font-size: 70px
    }
    .banner2 p {
        font-size: 30px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .banner2 h4 {
        font-size: 50px
    }
    .banner2 p {
        font-size: 26px
    }
}

@media screen and (min-width:480px) and (max-width:767px) {
    .banner2 h4 {
        font-size: 40px
    }
    .banner2 p {
        font-size: 22px
    }
}

@media screen and (min-width:0) and (max-width:479px) {
    .banner2 h4 {
        font-size: 30px
    }
    .banner2 p {
        font-size: 18px
    }
}

.left1 {
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px
}

.left1-1 {
    background: #b63937 url(../images/left1-1.png) 15px center no-repeat;
    color: rgba(255, 255, 255, .5);
    padding: 15px 0;
    padding-left: 60px
}

.left1-1 h4 {
    font-size: 32px
}

.left1-2 {}

.left1-2 h4 {
    height: 74px;
    background: #fff;
    margin: 0;
    border-bottom: 1px solid #ccc
}

.left1-2 h4 a {
    display: inline-block;
    line-height: 72px;
    padding: 0 25px;
    font-size: 18px;
    color: #b63937
}

.left1-2 h4.on a {
    border-bottom: 2px solid #b63937
}

.left1-2 p {
    background: #f4e1e1;
    margin: 0
}

.left1-2 p a {
    display: block;
    line-height: 50px;
    padding: 0 15px 0 40px;
    border-bottom: 1px solid #e9c3c3;
    font-size: 16px;
    color: #666
}

.left1-2 p a:hover {
    background: #b63937;
    color: #fff
}

.mianbao {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    text-align: right;
    line-height: 22px;
    padding: 15px 0
}

.mianbao span {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/mianbao.png) left center no-repeat
}

.mianbao a {
    margin: 0 5px;
    color: #fff
}

.section11 {
    padding: 30px 0
}

.sousuo10 {
    float: right;
    height: 42px;
    width: 262px;
    padding: 0 10px;
    margin: 0;
    border: 1px solid #eee;
    border-radius: 50px
}

.text10 {
    float: left;
    height: 40px;
    width: 200px;
    line-height: 40px;
    color: #999;
    padding: 0 10px;
    border: none;
    background: 0 0
}

.btn10 {
    float: right;
    height: 40px;
    line-height: 40px;
    width: 40px;
    color: #fff;
    border: none;
    background: url(../images/sousuo10.png) center center no-repeat;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden
}

.s12 {
    margin-left: 15px;
    margin-right: 15px
}

.s12-item {
    border: 1px solid #ccc;
    margin-bottom: 30px
}

.s12-img {
    display: block;
    overflow: hidden
}

.s12-img img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: 600ms
}

.s12-item:hover .s12-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.s12-text {
    padding: 20px;
    background: #fff;
    border-top: 1px solid #ccc;
    text-align: center
}

.s12-text h4 {
    margin-bottom: 20px
}

.s12-text a {
    display: inline-block;
    line-height: 35px;
    text-align: center;
    width: 120px;
    max-width: 100%;
    border: 1px solid #ccc
}

.s12-item:hover {
    border-color: #ba4241
}

.s12-item:hover .s12-text {
    border-color: #ba4241
}

.s12-item:hover .s12-text a {
    background: #ba4241;
    border-color: #ba4241;
    color: #fff
}

.list-title {
    position: relative;
    padding: 30px 0;
    text-align: center
}

.list-title h4.column-title, .list-title h4.special-title, .list-title h4.type-title, .list-title h4.content-title {
    font-size: 30px;
    color: #333;
    margin: 0 0 20px
}

.list-title h4.column-title a, .list-title h4.special-title a, .list-title h4.type-title a .list-title h4.content-title a {
    color: #333
}

.list-title p.column-htmldir, .list-title p.special-htmldir, .list-title p.type-htmldir {
    color: #333;
    font-size: 16px
}

.list-title p.column-htmldir a, .list-title p.special-htmldir a, .list-title p.type-htmldir a {
    color: #333
}

.list-title span.column-text, .list-title span.special-text, .list-title span.type-text {
    display: block;
    font-size: 16px;
    margin-top: 30px
}

.list-title ul.column-subcolumn, .list-title ul.special-subspecial, .list-title ul.type-subtype {
    padding: 0;
    margin: 20px 0 0
}

.list-title ul.column-subcolumn li.column-subcolumn-title, .list-title ul.special-subspecial li.special-subspecial-title, .list-title ul.type-subtype li.type-subtype-title {
    display: inline-block;
    margin-right: 15px
}

.list-title ul.column-subcolumn li.column-subcolumn-title a, .list-title ul.special-subspecial li.special-subspecial-title a, .list-title ul.type-subtype li.type-subtype-title a {
    display: inline-block;
    border: 1px solid #060d33;
    color: #060d33;
    line-height: 36px;
    padding: 0 30px;
    border-radius: 2px;
    margin-top: 10px
}

.list-title ul.column-subcolumn li.column-subcolumn-title a:hover, .list-title ul.special-subspecial li.special-subspecial-title a:hover, .list-title ul.type-subtype li.type-subtype-title a:hover, .list-title ul.column-subcolumn li.column-subcolumn-title a.active, .list-title ul.special-subspecial li.special-subspecial-title a.active, .list-title ul.type-subtype li.type-subtype-title a.active {
    background: #060d33;
    color: #fff
}

@media screen and (min-width:768px) and (max-width:991px) {
    .list-title ul.column-subcolumn li.column-subcolumn-title, .list-title ul.special-subspecial li.special-subspecial-title, .list-title ul.type-sutype li.type-sutype-title {
        margin-right: 20px
    }
}

@media screen and (min-width:480px) and (max-width:767px) {
    .list-title ul.column-subcolumn li.column-subcolumn-title, .list-title ul.special-subspecial li.special-subspecial-title, .list-title ul.type-sutype li.type-sutype-title {
        margin-right: 15px
    }
}

@media screen and (min-width:0) and (max-width:479px) {
    .list-title ul.column-subcolumn li.column-subcolumn-title, .list-title ul.special-subspecial li.special-subspecial-title, .list-title ul.type-sutype li.type-sutype-title {
        margin-right: 10px
    }
}

.content-subtitle {
    margin-left: 15px;
    margin-right: 15px
}

.navbar {
    position: relative
}

.navbar-default {
    opacity: 1
}

.navbar-default .navbar-nav&gt;.active&gt;a, .navbar-default .navbar-nav&gt;.active&gt;a:hover, .navbar-default .navbar-nav&gt;.oen:hover&gt;a {
    background: #f2f2f2;
    position: relative
}

.navbar-default .navbar-nav&gt;.active&gt;a:after, .navbar-default .navbar-nav&gt;.oen:hover&gt;a:after {
    content: "";
    display: block;
    height: 3px;
    left: 0;
    right: 0;
    background: #b63937;
    position: absolute;
    top: 0
}

.foot-nav-mob {
    display: none;
    background: #ba4241;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
}

.foot-nav-mob ul {
	list-style-type: none;
    display: flex;
    justify-content: space-around;
}

.foot-nav-mob ul li {
    /* height: 50px; */
    font-size: 14px;
    padding: 5px 0;
}

.foot-nav-mob ul li {
    /* height: 50px; */
    font-size: 14px;
    padding: 5px 0;
}

.foot-nav-mob ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.foot-nav-mob ul li a i {
    font-size: 29px;
}

.foot-nav-mob ul li {
    margin-bottom: 0;
}

.foot-nav-mob ul li:before {
    content: '';
    color: #b3b3b3;
    font-size: 0;
    line-height: 0;
    padding-right: 0;
}
.top-fl-fr{border: 1px #eee solid;}
@media (max-width:768px) {
	.body {
		margin-bottom: 50px;
	}
    .foot-nav-mob {
        display: block;
    }
    .top-fl-fr {
        display: none;
    }
    .foot {
        display: none;
    }
	.des_pro{
		display: none;
	}
}

@media (max-width:768px) {
    .xcx {
        width: 100%;
        background: url(../images/xcx_bj.jpg) no-repeat;
        background-size: 100%;
        height: 293px;
        position: relative;
    }
    .zx_box {
        width: 181px;
        height: 231px;
        background: url(../images/sm_bj.jpg) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 35px;
        left: 50%;
        margin-left: -90px;
    }
    .zx {
        width: 100%;
        color: #fff;
        text-align: center;
        position: absolute;
        top: 73%;
    }
    .zx p {
        font-family: "苹方";
        letter-spacing: 1px;
    }
    .ewm_xcx {
        align-items: center;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .fl {
        float: left;
    }
    .ewm_l img {
        width: 131px;
        margin-bottom: 13px;
    }
    .ewm_xcx p {
        height: 12px;
        line-height: 12px;
        color: #666666;
    }
    .fr {
        float: right;
    }
    .ewm_r img {
        width: 127px;
        margin-bottom: 18px;
    }
    .ewm_xcx p {
        height: 12px;
        line-height: 12px;
        color: #666666;
    }
}</pre></body></html>